adTempus API
PreviousUpNext
IJobStatus::ActiveInstances Property

Gets the number of instances of the job that are current active (executing).

C++
__property long* ActiveInstances;
C#
long* ActiveInstances;
Visual Basic
Property ActiveInstances() As long*
Default Value

0

To get information on the active instances you must call the job's GetExecutionHistory method to retrieve the instances, and then look for those that are running.

adTempus API Reference version 3.0.0.0, revised 10/30/2008